home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 106
/
Vol 106.iso
/
games
/
scorched.swf
/
scripts
/
DefineButton2_231
/
BUTTONCONDACTION on(press).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-04-12
|
157 b
|
9 lines
on(press){
_root.player1head--;
if(_root.player1head < 1)
{
_root.player1head = 1;
}
_root.player1h.gotoAndStop(player1head);
}